projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
855c648
)
Fixed a small bug in the last checkin.
author
Jeffrey C Honig
<jch@honig.net>
Sun, 25 Nov 2012 03:14:17 +0000
(22:14 -0500)
committer
Jeffrey C Honig
<jch@honig.net>
Sun, 25 Nov 2012 03:14:17 +0000
(22:14 -0500)
lisp/mh-e/mh-comp.el
patch
|
blob
|
history
diff --git
a/lisp/mh-e/mh-comp.el
b/lisp/mh-e/mh-comp.el
index f7a610e6c586a23120dc0cc0ff9b7808489468b9..6c8ac6c6e7e516fb4ed4129c924999f492ba49c8 100644
(file)
--- a/
lisp/mh-e/mh-comp.el
+++ b/
lisp/mh-e/mh-comp.el
@@
-1140,7
+1140,7
@@
added; otherwise return nil."
(while list
(let ((regexp (nth 0 (car list)))
(entries (nth 1 (car list))))
- (when (mh-regexp-in-field-p regexp
mh-addr-syntax-table
"To:" "cc:")
+ (when (mh-regexp-in-field-p regexp "To:" "cc:")
(setq mh-insert-auto-fields-done-local t)
(setq fields-inserted t)
(if (not non-interactive)